home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000000_fdc@watsun.cc.columbia.edu_Fri Sep 21 13:42:58 2001.msg next >
Text File  |  2020-01-01  |  2KB  |  47 lines

  1. Flags: 000000000001
  2. Article: 12806 of comp.protocols.kermit.misc
  3. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  4. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  5. Newsgroups: comp.protocols.kermit.misc
  6. Subject: Re: Kermit in VB6
  7. Date: 21 Sep 2001 15:33:22 GMT
  8. Organization: Columbia University
  9. Lines: 29
  10. Message-ID: <9ofmk2$50h$1@newsmaster.cc.columbia.edu>
  11. References: <MiBq7.1150$CL.40340@sjcpnn01.usenetserver.com>
  12. NNTP-Posting-Host: watsun.cc.columbia.edu
  13. X-Trace: newsmaster.cc.columbia.edu 1001086402 5137 128.59.39.2 (21 Sep 2001 15:33:22 GMT)
  14. X-Complaints-To: postmaster@columbia.edu
  15. NNTP-Posting-Date: 21 Sep 2001 15:33:22 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12806
  17.  
  18. In article <MiBq7.1150$CL.40340@sjcpnn01.usenetserver.com>,
  19. rnglauz <bglauz@parkbilling.com> wrote:
  20. : We have program which generates a data file that we would like to transfer
  21. : to a Kermit server (old 386).  This is working okay using PDQ Comm.
  22. : However, after the file transfer, we would also like to send DOS
  23. : instructions to do the following three operations:
  24. :     copy z*.* a:        (this copies the file just transmitted to a floppy
  25. : for transfer to another computer)
  26. :     copy z*.* \u        (this copies to a backup directory)
  27. :     del z*.*                (this deletes the original file from the pdl
  28. : directory)
  29. : PDQ Comm does not appear to do this easily.  Is there any other control
  30. : available for VB6 which can do this.
  31. You're asking two questions: how to do something in Kermit, and is there
  32. a Kermit control for VB6.
  33.  
  34. No, there is no Kermit control for VB6.  See:
  35.  
  36.   http://www.columbia.edu/kermit/k95faq.html#embedding
  37.  
  38. Is there a Kermit program for Windows that does what you want?  Yes:
  39.  
  40.   http://www.columbia.edu/kermit/k95.html
  41.  
  42. Can you invoke it from VB6?  Yes, the first URL explains how.
  43.  
  44. - Frank
  45.